WebTextEditorClientSideEvents Properties
| OnAfterExecCommand | Description Gets or sets the event handler after execCommand is executed. Parameters controlId, action Default Value - |
| OnBeforeExecCommand | Description Gets or sets the event handler before execCommand is executed. Parameters controlId, action Default Value - |
| OnEditorContextMenu | Description Gets or sets the event handler when context menu is about to show. Parameters controlId, menuObject Default Value - |
| OnInitialize | Description Gets or sets the event handler when WebTextEditor is initialized. Parameters controlId Default Value - |
| OnSave | Description Gets or sets the event handler before save is executed. Parameters controlId Default Value - |
| OnToolBarClick | Description Gets or sets the event handler when toolbar is clicked. Parameters controlId, command, commandSection Default Value - |
| OnResponse | Description Gets or sets the event handler that will be invoked when a response from server is returned. Parameters controlId, status Default Value - |
| OnSendMailCompleted | Description Gets or sets the event handler that will be invoked when send mail action is completed. Parameters controlId, failed, failedEmails Default Value - |
| OnSendMailCompleted | Description Gets or sets the event handler that will be invoked when send mail action is completed. Parameters controlId, failed, failedEmails Default Value - |
| OnKeyDown | Description Gets or sets the event handler that will be invoked when there is key down action in editor. Parameters - Default Value - |
| OnMediaSelected | Description Gets or sets the event handler that will be invoked when a media is selected. Parameters - Default Value - |
| OnBeforeResize | Description Gets or sets the event handler that will be invoked before the editor is resized. Parameters - Default Value - |
| OnAfterResize | Description Gets or sets the event handler that will be invoked after the editor is resized. Parameters - Default Value - |
| OnBeforeUpload | Description Gets or sets the event handler that will be invoked before file(s) are uploaded. Parameters - Default Value - |
| OnUploaderValidate | Description Gets or sets the event handler that will be invoked when validating a file that is added to the integrated file uploader. Parameters - Default Value - |
| OnUploading | Description Gets or sets the event handler that will be invoked when a file is being uploaded. Parameters - Default Value - |
| OnAfterUpload | Description Gets or sets the event handler that will be invoked after a file is uploaded. Parameters - Default Value - |
| OnCancelUpload | Description Gets or sets the event handler that will be invoked when an uploading file process is cancelled. Parameters - Default Value - |
| OnUploaderInitialize | Description Gets or sets the event handler that will be invoked when the integrated file uploader is being initialized. Parameters - Default Value - |
| OnUploaderError | Description Gets or sets the event handler that will be invoked when an error occurred during file uploading process. Parameters - Default Value - |
| OnUploaderCompleted | Description Gets or sets the event handler that will be invoked when uploading process has been completed regardless of the individual upload status. Parameters - Default Value - |
| OnUploaderFileAdded | Description Gets or sets the event handler that will be invoked when a file is added to the integrated file uploader. Parameters - Default Value - |
| OnUploaderFileRemoved | Description Gets or sets the event handler that will be invoked when a file is removed from the integrated file uploader. Parameters controlId, failed, failedEmails Default Value - |